type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecBinaryInt64Valuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L327: 			return encodePlanNumericCodecBinaryInt64Valuer{}
		numeric.go#L382: type encodePlanNumericCodecBinaryInt64Valuer struct{}
		numeric.go#L384: func (encodePlanNumericCodecBinaryInt64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {